Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update emqx-operator ( 2.2.23 → 2.2.27 ) #133

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

robottoms-up[bot]
Copy link
Contributor

@robottoms-up robottoms-up bot commented Sep 25, 2024

This PR contains the following updates:

Package Update Change
emqx-operator (source) patch 2.2.23 -> 2.2.27

Release Notes

emqx/emqx-operator (emqx-operator)

v2.2.27: EMQX Operator 2.2.27 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.27 has been released.

Supported version

  • apps.emqx.io/v2beta1

    • EMQX at 5.1.1 and later
    • EMQX Enterprise at 5.1.1 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Enhancements 🚀

  • EMQX operator helm chart can support the podSecurityContext and containerSecurityContext configuration, which can be used to configure the security context of the operator pod.

  • EMQX operator helm chart can disable web hooks by webhook.enabled: false in the values.yaml file, it will disable the web hooks of the operator, if you have any apps.emqx.io/v2alpha1 or apps.emqx.io/v1beta3 resources, please make sure the web hooks are enabled, otherwise the resources can not convert to the apps.emqx.io/v2beta1 and apps.emqx.io/v1beta4 resources.

How to install/upgrade EMQX Operator 💡

Need make sure the cert-manager is ready

helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
  --namespace emqx-operator-system \
  --create-namespace \
  --version 2.2.27
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system

Warning 🚨

apps.emqx.io/v1beta3 and apps.emqx.io/v2alpha1 will be dropped soon

What's Changed

Full Changelog: emqx/emqx-operator@2.2.26...2.2.27

v2.2.26: EMQX Operator 2.2.26 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.26 has been released.

Supported version

  • apps.emqx.io/v2beta1

    • EMQX at 5.1.1 and later
    • EMQX Enterprise at 5.1.1 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Enhancements 🚀

  • apps.emqx.io/v2beta1 EMQX.

    • Users can now configure the Pod Disruption Budget (PDB) for the EMQX cluster by setting minAvailable or maxUnavailable in spec.coreTemplate.spec or spec.replicantTemplate.spec within the EMQX CRD. The default setting is {"minAvailable": 1}.
  • EMQX operator can now be deployed in a single namespace scope, where it will only manage resources within that namespace. Just set singleNamespace: true in the values.yaml file of Helm chart, and then the operator will only manage resources in the namespace where it is deployed.

How to install/upgrade EMQX Operator 💡

Need make sure the cert-manager is ready

helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
  --namespace emqx-operator-system \
  --create-namespace \
  --version 2.2.26
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system

Warning 🚨

apps.emqx.io/v1beta3 and apps.emqx.io/v2alpha1 will be dropped soon

What's Changed

Full Changelog: emqx/emqx-operator@2.2.25...2.2.26

v2.2.25: EMQX Operator 2.2.25 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.25 has been released.

Supported version

  • apps.emqx.io/v2beta1

    • EMQX at 5.1.1 and later
    • EMQX Enterprise at 5.1.1 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Enhancements 🚀

  • apps.emqx.io/v2beta1 EMQX.

    • Fix sometimes got EOF error when request EMQX API

How to install/upgrade EMQX Operator 💡

Need make sure the cert-manager is ready

helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
  --namespace emqx-operator-system \
  --create-namespace \
  --version 2.2.25
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system

Warning 🚨

apps.emqx.io/v1beta3 and apps.emqx.io/v2alpha1 will be dropped soon

What's Changed

Full Changelog: emqx/emqx-operator@2.2.24...2.2.25

v2.2.24: EMQX Operator 2.2.24 Released

Compare Source

Release Note 🍻

EMQX Operator 2.2.24 has been released.

Supported version

  • apps.emqx.io/v2beta1

    • EMQX at 5.1.1 and later
    • EMQX Enterprise at 5.1.1 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Enhancements 🚀

  • apps.emqx.io/v2beta1 EMQX.

    • Fix sometimes cannot update EMQX's configuration when EMQX is running.

How to install/upgrade EMQX Operator 💡

Need make sure the cert-manager is ready

helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
  --namespace emqx-operator-system \
  --create-namespace \
  --version 2.2.24
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system

Warning 🚨

apps.emqx.io/v1beta3 and apps.emqx.io/v2alpha1 will be dropped soon

What's Changed

New Contributors

Full Changelog: emqx/emqx-operator@2.2.23...2.2.24


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 8 times, most recently from efcb9e7 to cd4cd9a Compare September 30, 2024 16:05
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 3 times, most recently from be30622 to 539a546 Compare October 12, 2024 02:24
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 2 times, most recently from 6e891f8 to ef365c4 Compare October 17, 2024 09:04
@robottoms-up robottoms-up bot changed the title fix(helm): update emqx-operator ( 2.2.23 → 2.2.24 ) fix(helm): update emqx-operator ( 2.2.23 → 2.2.25 ) Oct 17, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 2 times, most recently from 586b81a to 06f2494 Compare November 8, 2024 13:08
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 3 times, most recently from 14e4cce to 300a2de Compare November 24, 2024 20:04
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 5 times, most recently from fbdab53 to 1183e05 Compare December 5, 2024 03:18
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch from 1183e05 to f284653 Compare December 24, 2024 10:04
@robottoms-up robottoms-up bot changed the title fix(helm): update emqx-operator ( 2.2.23 → 2.2.25 ) fix(helm): update emqx-operator ( 2.2.23 → 2.2.26 ) Dec 24, 2024
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 2 times, most recently from 2dc25d8 to d5b9ca8 Compare January 3, 2025 20:05
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 6 times, most recently from 00a5df0 to 1fbc0fd Compare January 6, 2025 15:05
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch from 1fbc0fd to d893ab5 Compare January 13, 2025 11:04
@robottoms-up robottoms-up bot changed the title fix(helm): update emqx-operator ( 2.2.23 → 2.2.26 ) fix(helm): update emqx-operator ( 2.2.23 → 2.2.27 ) Jan 13, 2025
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 4 times, most recently from 56937c8 to 2bda692 Compare January 20, 2025 04:06
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch 11 times, most recently from 1674f6d to 4e30943 Compare January 26, 2025 05:04
@robottoms-up robottoms-up bot force-pushed the renovate/emqx-operator-2.x branch from 4e30943 to 66b24a1 Compare January 26, 2025 06:05
@ProfMoo ProfMoo merged commit 7e01a21 into master Jan 26, 2025
@ProfMoo ProfMoo deleted the renovate/emqx-operator-2.x branch January 26, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant